-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
- NOTE: there are still other unresolved concerns with the timers code, such as [#1152](https://github.com/iojs/io.js/pull/1152). | ||
* **Windows**: a "delay-load hook" has been added for compiled add-ons on Windows that should alleviate some of the problems that Windows users may be experiencing with add-ons in io.js [#1251](https://github.com/iojs/io.js/pull/1251) (Bert Belder). | ||
* **V8**: minor bug-fix upgrade for V8 to 4.1.0.27. | ||
* **npm**: upgrade npm to 2.7.4. See [npm CHANGELOG.md](https://github.com/npm/npm/blob/master/CHANGELOG.md#v274-2015-03-20) for details. Summary: |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Changes requested by @yosuke-furukawa are done. Let me know if there's something to change/add. |
* Added support for iojs in [Reactive-Extensions/RxJS](https://travis-ci.org/Reactive-Extensions/RxJS/builds/56671837) | ||
* [joyent/nodejs-advisory-board#30](https://github.com/joyent/nodejs-advisory-board/pull/30) merged | ||
* Mikeal Rogers working on reconciling Project Lifecyce and WIG [joyent/nodejs-advisory-board#33](https://github.com/joyent/nodejs-advisory-board/pull/33) | ||
|
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
I will merge if you add the news. |
@yosuke-furukawa done :) |
Formatting nitpicking. Community updates and upcoming events should be on heading level 3 as well as the title. |
@diagramatics I created this using the template used before for weekly updates: |
It should be on level 3 for easier copy and paste to Medium's editor without having to reformat the text again. I mentioned about this earlier but it seems the change was only made in the Medium posts and not in the Markdown files as well. |
* New post on Medium about Node.js reconciliation: [Help us reconcile node.js and io.js](https://medium.com/node-js-javascript/help-us-reconcile-node-js-and-io-js-c060a9ec1bd4) | ||
* Added support for iojs in [Reactive-Extensions/RxJS](https://travis-ci.org/Reactive-Extensions/RxJS/builds/56671837) | ||
* [joyent/nodejs-advisory-board#30](https://github.com/joyent/nodejs-advisory-board/pull/30) merged | ||
* Mikeal Rogers working on reconciling Project Lifecyce and WIG [joyent/nodejs-advisory-board#33](https://github.com/joyent/nodejs-advisory-board/pull/33) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
* **fs**: corruption can be caused by `fs.writeFileSync()` and append-mode `fs.writeFile()` and `fs.writeFileSync()` under certain circumstances, reported in [#1058](https://github.com/iojs/io.js/issues/1058), fixed in [#1063](https://github.com/iojs/io.js/pull/1063) (Olov Lassus). | ||
* **iojs**: an "internal modules" API has been introduced to allow core code to share JavaScript modules internally only without having to expose them as a public API, this feature is for core-only [#848](https://github.com/iojs/io.js/pull/848) (Vladimir Kurchatkin). | ||
* **timers**: two minor problems with timers have been fixed: | ||
- `Timer#close()` is now properly idempotent [#1288](https://github.com/iojs/io.js/issues/1288) (Petka Antonov). |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
All suggested changes are done. Feel free to do a double check to see if this is ok to merge (let me know if you want this PR squashed). I want to discuss something. Should we change in past weekly updates from h1 to h3 titles? or just keep them in that form because are already published? Thanks |
I don't have strong opinion... I vote for keep the style, those update are already published. |
LGTM |
Create weekly-update.2015-04-03.md
@iojs/evangelism please publish our weekly updates on medium. |
The published version has its heading levels changed already before posted on Medium. It's just that the Markdown files weren't updated to match the new formatting. |
No description provided.